PowerTools InputMan for Windows Forms 8.0J
ListItem コンストラクタ(SubItem[],Int32,Object)

サブ項目を表すSubItemオブジェクト配列。
項目のインデントの幅を表すInt32値。
項目の画像を表すObjectオブジェクト。
指定したデータを含むListItemクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal subItems() As SubItem, _
   ByVal indent As Integer, _
   ByVal image As Object _
)
public ListItem( 
   SubItem[] subItems,
   int indent,
   object image
)

パラメータ

subItems
サブ項目を表すSubItemオブジェクト配列。
indent
項目のインデントの幅を表すInt32値。
image
項目の画像を表すObjectオブジェクト。
参照

ListItem クラス
ListItem メンバ
オーバーロード一覧

 

 


© 2004-2015 GrapeCity inc. All rights reserved.